home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 1.iso / mac / Menu.DIR / 00001.ls next >
Encoding:
Text File  |  1996-11-01  |  338 b   |  15 lines

  1. on exitFrame
  2.   repeat with n = 2 to 25
  3.     set the visible of sprite n to 1
  4.   end repeat
  5.   if field "Sound_Flg" = "OFF" then
  6.     set the visible of sprite 24 to 1
  7.     set the visible of sprite 25 to 0
  8.   else
  9.     set the visible of sprite 24 to 0
  10.     set the visible of sprite 25 to 1
  11.   end if
  12.   sound_play("MENU.AIF")
  13.   updateStage()
  14. end
  15.